home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineButton2_235 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  131 b   |  7 lines

  1. on(release){
  2.    if(_root.pmenu.options._visible == false)
  3.    {
  4.       getUrl("http://www.drownedbacon.com", "_blank");
  5.    }
  6. }
  7.